object FrmSelectHlp: TFrmSelectHlp Left = 336 Top = 195 BorderStyle = bsDialog Caption = 'Select Help File' ClientHeight = 268 ClientWidth = 329 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 9 Top = 4 Width = 238 Height = 26 AutoSize = False Caption = 'This syntax as several help files associated, please select one:' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False WordWrap = True end object ListBox1: TListBox Left = 8 Top = 35 Width = 239 Height = 225 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ItemHeight = 13 ParentFont = False TabOrder = 0 OnDblClick = ListBox1DblClick end object Button1: TButton Left = 254 Top = 34 Width = 70 Height = 23 Caption = '&OK' Default = True Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 1 end object Button2: TButton Left = 254 Top = 62 Width = 70 Height = 23 Cancel = True Caption = '&Cancel' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 2 end end